home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc / Sample Code / CALib & You… / Source / CASample / EventLog.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-12-07  |  218 b   |  9 lines  |  [TEXT/MPS ]

  1. #ifndef _EVENTLOG_
  2. #define _EVENTLOG_
  3.  
  4. void EventLog_StartLog(FSSpec* spec, Boolean flushLog);
  5. void EventLog_StopLog();
  6. void EventLog_PrintEvent (EventRecord* event);
  7. void EventLog_PrintComment (char* message);
  8.  
  9. #endif